home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(12) then
- set the visible of sprite 18 to 1
- else
- set the visible of sprite 18 to 0
- end if
- if rollOver(13) then
- set the visible of sprite 19 to 1
- else
- set the visible of sprite 19 to 0
- end if
- go(the frame)
- end
-
- on enterFrame
- cursor(-1)
- set the cursor of sprite 22 to [43, 44]
- repeat with i = 1 to 21
- set the cursor of sprite i to -1
- end repeat
- repeat with i = 23 to 48
- set the cursor of sprite i to -1
- end repeat
- end
-